Click or drag to resize

ResourceGetPropertyNames Method (String)

Gets all properties names from a resource.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public PropertyName[] GetPropertyNames(
	string address
)

Parameters

address
Type: SystemString
The URI that identifies the resource.

Return Value

Type: PropertyName
An array of property names.
See Also